Programming with QuickTime VR

| Previous | Chapter contents | Chapter top | Section top | Next |

QTVRTiltToRow

You can use the QTVRTiltToRow function to get the row number in the object image array that corresponds to a tilt angle.

short QTVRTiltToRow (QTVRInstance qtvr, float tiltAngle);
qtvr
An instance of a QuickTime VR movie.
tiltAngle
A tilt angle.
function result
The row number in the object image array that corresponds to the specified tilt angle.

DESCRIPTION

The QTVRTiltToRow function returns, as its function result, the zero-based row number in the current object image array that corresponds to the tilt angle specified by the tiltAngle parameter.

SPECIAL CONSIDERATIONS

QTVRTiltToRow is valid only for object nodes.


© 1997 Apple Computer, Inc.

| Previous | Chapter contents | Chapter top | Section top | Next |